home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Die Ultimative Software-P…i Collection 1996 & 1997
/
Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso
/
g
/
gnu_c
/
gpplib22.zoo
/
libtests
/
test.sh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1993-11-30
|
310 b
|
10 lines
for i in tobstack tstring tinteger trationa \
tcomplex tbitset tbitstri trandom tfix tfix16 tfix24 tgetopt ; do
case $i in
test0) echo "Must run test0 from tty";;
tcurses) echo "Must run tCurses from tty" ;;
tgetopt) echo $i; ./$i -abc -de10 -2000 -h3i ;;
*) echo $i; ./$i < $i.inp;;
esac
done